google.golang.org/grpc.ClientConn.authority (field)

13 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L93: 			Authority:       cc.authority,
		clientconn.go#L208: 	channelz.Infof(logger, cc.channelz, "Channel authority set to %q", cc.authority)
		clientconn.go#L619: 	authority           string            // See initAuthority().
		clientconn.go#L1038: 	return cc.authority
		clientconn.go#L1821: 		cc.authority = authorityFromDialOption
		clientconn.go#L1823: 		cc.authority = authorityFromCreds
		clientconn.go#L1825: 		cc.authority = auth.OverrideAuthority(cc.parsedTarget)
		clientconn.go#L1827: 		cc.authority = "localhost" + encodeAuthority(endpoint)
		clientconn.go#L1829: 		cc.authority = encodeAuthority(endpoint)
		resolver_wrapper.go#L79: 			Authority:            ccr.cc.authority,
		stream.go#L296: 		Host:           cc.authority,
		stream.go#L378: 			Authority:    cs.cc.authority,
		stream.go#L1279: 		Host:           ac.cc.authority,